home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0699 / 000132_nobody_Wed Jun 30 13:22:51 1999.msg < prev   
Internet Message Format  |  1999-07-02  |  4KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.213])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id NAA24567
  3.     for <mcox4@osf1.gmu.edu>; Wed, 30 Jun 1999 13:22:51 -0400 (EDT)
  4. Received: (qmail 5105 invoked by alias); 30 Jun 1999 17:22:20 -0000
  5. Received: (qmail 5087 invoked from network); 30 Jun 1999 17:22:19 -0000
  6. Received: from unknown (HELO mail.iol.ie) (194.125.2.193) by pop.onelist.com with SMTP; 30 Jun 1999 17:22:19 -0000
  7. Received: from GPO1.GPO.iol.ie (GPO1.GPO.iol.ie [194.125.2.196]) by mail.iol.ie  Sendmail (v8.9.3) with ESMTP id SAA39407 for <amos-list@onelist.com>; Wed, 30 Jun 1999 18:22:41 +0100 (IST)
  8. Received: from iol.ie (dialup-0367.dublin.iol.ie [193.203.145.111]) by GPO1.GPO.iol.ie  Sendmail (v8.9.1) with ESMTP id SAA12969 for <amos-list@onelist.com>; Wed, 30 Jun 1999 18:22:39 +0100
  9. Sender: PaC@iol.ie
  10. Message-ID: <377A60FE.63539298@iol.ie>
  11. Date: Wed, 30 Jun 1999 19:25:02 +0100
  12. From: Peter Cahill <cahill4@iol.ie>
  13. X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i586)
  14. To: amos-list@onelist.com
  15. References: <OUT-3779250B.MD-1.3.amifam.rin@tiscalinet.it>
  16. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  17. Delivered-To: mailing list amos-list@onelist.com
  18. Precedence: bulk
  19. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  20. Reply-to: amos-list@onelist.com
  21. Mime-Version: 1.0
  22. Content-Type: text/plain; charset=iso-8859-1
  23. Content-Transfer-Encoding: 8bit
  24. Subject: Re: [amos-list] Seemingly easy task...
  25. Status: O
  26. X-Status: 
  27.  
  28. From: Peter Cahill <cahill4@iol.ie>
  29.  
  30. Paolo Rinaldi wrote:
  31. > From: "Paolo Rinaldi" <amifam.rin@tiscalinet.it>
  32. > Once upon a time there was a sage, Arash Tavakoli, who enlightened the world about
  33. > [amos-list] Seemingly easy task...
  34. > > Does anybody have a formula/algorithm for plotting perfect(ish) circles?
  35. > > I've tried several I found on the net (well.. they were vector rotation
  36. > > algorithms, but that shouldn't really matter), and
  37. > > none of them come close to the circles amos or turboplus produce...
  38. > Well, in January I brilliantly passed my Geometry exam, so I think I
  39. > should share my enormous knowledge with you ;-)
  40.  
  41. > Here's an example which should be quite close to what you need:
  42. > Degree
  43. > R=50 : XC=100 : YC=100
  44. > ' R = Radius;  XC,YC = coords of the center of the circle
  45. > ' A is the angle: I prefer using degrees ;-)
  46. > For A=0 To 360
  47. >    Plot XC+R*Cos(A),YC+R*Sin(A)
  48. > Next
  49.  
  50. That routine will work HORRIBLY SLOW!!!!
  51. Your not taking advantage of circles been so geometric.
  52. Also, what if the radius is about 200 ? Youll just end up
  53. with a bunch of dots, in a circluar shape with there
  54. been spaces between each dot.
  55.  
  56. cya
  57. -- 
  58.  
  59.                             .           .���.
  60.                         ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½.:   :
  61.                        :         .-----------.
  62.                    Author of TGE |/�         |����.
  63.                        :      / \|           |    :
  64.                      .-------//� \         .-|    :
  65.                   .��| /� __/     \          |����'
  66.                   `��|   (_/       \         |�������.
  67.                      |    /         \        |       :
  68.                      |   /___________\-------'       :
  69.                      |   |email : cahill4@iol.ie     :
  70.                      `---'          :  :             :
  71.                        :            :  `�������������'
  72.                        `������������'
  73.  
  74. --------------------------- ONElist Sponsor ----------------------------
  75.  
  76. How many communities do you think join ONElist each week?
  77. http://www.onelist.com
  78. More than 5,000!  Create yours now!
  79.  
  80. ------------------------------------------------------------------------
  81. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html